home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / plnk081.zip / pilot-link.0.8.1 / include / pi-inetserial.h < prev    next >
C/C++ Source or Header  |  1997-07-09  |  459b  |  20 lines

  1. #ifndef _PILOT_INETSERIAL_H_
  2. #define _PILOT_INETSERIAL_H_
  3.  
  4. #include "pi-args.h"
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. extern int pi_inetserial_connect PI_ARGS((struct pi_socket *ps, struct sockaddr *addr, int addrlen));
  11. extern int pi_inetserial_bind PI_ARGS((struct pi_socket *ps, struct sockaddr *addr, int addrlen));
  12.  
  13. extern int pi_inetserial_open PI_ARGS((struct pi_socket *ps, struct sockaddr *addr, int addrlen));
  14.  
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18.  
  19. #endif
  20.